-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
86 lines (82 loc) · 1.4 KB
/
style2.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
body{
background-color:rgb(255, 255, 255);
font-family: 'Trebuchet MS', Arial, sans-serif;
color: black;
}
nav{
display: inline-block;
width: 800px;
text-align: left;
margin: 0;
padding: 0;
font-family: 'lato',sans-serif;
box-sizing: border-box;
}
nav ul
{
list-style-type: none;
}
nav li{
display: inline-block;
margin-right: 17px;
}
nav a
{
font-size: 1.3em;
color: black;
padding-bottom: 5px;
text-decoration: none;
}
nav a:hover{
color: goldenrod;
border-bottom: 5px solid rgb(32, 32, 51);
}
img{
width: 800px;
padding: 80px;
}
video{
width: 800px;
padding: 80px;
}
.titre {
font-size: 1.3em;
color: black;
padding-bottom: 5px;
text-decoration: none;
list-style-type: none;
}
aside
{
position: relative;
width: 235px;
background-color:rgb(235, 247, 238);
border-radius: 10px;
padding: 10px;
color: black;
font-size: 0.9em;
float: right;
padding:3em
}
footer
{
height: 1px;
width: 1500px;
background-color:whitesmoke;
box-shadow:0px 2px 5px rgb(56, 34, 5);
text-align: center;
margin-bottom: 150px;
text-transform: initial;
font-size: 30px;
}
footer:hover{
color: red;
}
footer h1
{
font-size: 15em;
}
.dubai1{
width: 800px;
padding: 80px;
}