-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
163 lines (138 loc) · 2.35 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
/*
Ooooh my God, you are officially a web developper. Go find a job !
You gotta pay me cause i am your coding supervisor now.
I made some changes on your codes. If you have any question, send me 100 unité before asking
Thanks for the comprehesion and erase those comments after reading it
*/
/*
MOBILE FIRST
##################
*/
html {
scroll-behavior: smooth;
}
body {
font-family: sans-serif;
}
main {
width: 95%;
margin: auto;
margin-top: 5em;
}
#navbar {
background-color: darkcyan;
position: fixed;
width: 100%;
top: 0;
transition: top O.3s;
overflow: auto;
white-space: nowrap;
border-radius: 0 0 0 1.2em;
display: flex;
justify-content: space-evenly;
}
#navbar a {
color: white;
text-align: center;
padding: 1em;
text-decoration: none;
}
#navbar a:hover {
background-color: none;
color: black;
border-radius: 1.2em;
}
img {
width: 100%;
max-width: 400px;
border-radius: 0px 2em;
}
section {
padding-top: 0.1em;
}
section .content {
margin-top: 50px;
color: black;
background-color: lightgrey;
padding: 1em 1.5em;
border-radius: 15px;
margin-top: 1em;
}
section #underline {
border-style: solid;
border-width: 0px 0px 3px 0px;
}
.junior {
font-weight: bolder;
}
#contact {
text-align: center;
color: black;
background-color: lightgray;
padding-top: 2em;
padding-bottom: 2em;
margin-top: 5em;
margin-bottom: 5em;
border-radius: 17px;
}
#contact .content {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5em;
}
#whatsapp-icon {
font-size: 2em;
color: green;
}
#fa {
color: green;
font-size: 1.5rem;
font-weight: bolder;
text-decoration: none;
}
#fa:hover {
color: lightslategray;
}
.btn {
border-radius: 12px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: lightgray;
text-align: center;
}
.footer i {
color: black;
font-weight: bolder;
}
/*
RESPONSIVE DESIGN
##################
*/
/*Tablet Screen*/
@media (min-width: 768px) {
section {
width: 100%;
margin: auto;
}
}
/*Computer Screen*/
@media (min-width: 1024px) {
section {
width: 65%;
margin: auto;
}
section .content {
display: flex;
gap: 3em;
}
}
/*TV Screen*/
/* Qui va utiliser ton site web à la télévision ?
kie kie kie kie kie kie kie kie kie kie kie kie
LAMBA LIA TO KO SALA MEDIA QUERY TE
*/