-
Notifications
You must be signed in to change notification settings - Fork 0
/
second.css
116 lines (99 loc) · 1.68 KB
/
second.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body
{
background-image:url(https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQdqONpIXpBr9PrHF5hfslWuTDv-2UVODCRlgFxxE3-44zzWl7ewg);
background-repeat: no-repeat;
background-size: cover;
}
/*body a:hover
{
color:black;
}*/
/*------------------------------Entire body------------------------------------------------*/
header img
{
margin: 0;
width: 180px;
height:150px;
}
header
{
background-color:white;
position: fixed;
}
.grid_9 li
{
display: inline;
}
.grid_9 li a
{
padding-top: 50px;
padding: 20px;
text-decoration: none;
font-size: 24px;
margin-top: 50px;
color:pink;
float: left;
}
/*-----------------------------------------------------first section------------------------------------------------*/
img{
width: 250px;
height: 250px;
}
.grid_4 h2
{
margin: 0;
}
.grid_4 p{
margin: 0;
font-size: 20px;
}
/*-----------------------------------------hero section---------------------------------------------*/
.grid_12
{
font-size: 18px;
}
.grid_12 img
{
width:100%;
height:700px;
}
.grid_4 a:hover
{
color: black;
}
.grid_4 a
{
color: cyan;
text-decoration: none;
}
/*--------------------------------------Last section-------------------------------------------------*/
.grid_6 img{
width: 300px;
height: 300px;
text-align: center;
padding-left: 50px;
}
.grid_6 article
{
font-family: Aladin;
font-size:20px;
font-style: italic;
color: #021464;
}
/*--------------------------------------------------------Footer----------------------------------------------*/
footer
{
text-align: center;
font-family: Amaranth;
line-height: 10px;
background-color:#FDE7FD;
}
footer a
{
text-decoration: none;
color-: blue;
}
footer a:hover
{
color: black;
}