-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (63 loc) · 1.41 KB
/
style.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
/* Anton Font */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/* Bebas Neue Font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
background: url(background-site-web.png) no-repeat;
background-attachment: fixed;
background-size: 100%;
}
centre center.head nav{
margin-right: 55px;
}
centre center.head nav ul li{
list-style-type: none;
display: inline-block;
}
centre center.head nav ul li a{
text-decoration: none;
color: white;
background-color: purple;
padding-left: 20px;
padding-right: 20px;
font-family: 'Bebas Neue', sans-serif;
font-size: 50px;
}
centre center.head nav ul li:hover a{
color: white;
background-color: #470863;
transition: 0.2s all;
}
centre center.head{
padding-top: 25px;
margin-left: 40px;
}
centre center.head a img{
background-color: white;
padding-left: 6%;
padding-right: 5%;
margin-right: 5px;
max-width: 46%;
}
centre center.main{
max-width: 45%;
margin-left: 23.5%;
padding-left: 5%;
padding-right: 5%;
padding-top: 25px;
padding-bottom: 100px;
background-color: orange;
}
centre center.main img{
max-width: 45%;
}
h1{
font-size: 55px;
font-family: 'Bebas Neue', sans-serif;
color: white;
}
p{
font-size: 35px;
font-family: 'Anton', cursive;
color: white;
}