-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
89 lines (70 loc) · 1.59 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
html{
background-image:url(https://images.unsplash.com/photo-1519817914152-22d216bb9170?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEzNzYzNn0?utm_source=dictionnaire&utm_medium=referral) ;
background-size: cover;
}
li{
display: inline;
padding: 50px;
margin: 20px;
}
.curriculum{
margin-left: 580px;
font-size: x-large;
padding-block-start: 50px;
}
a{
padding-left: 10px;
margin-right: 15px;
color:darksalmon;
top:10%;
}
a:hover{
color: cornsilk;
}
.first{
text-align: center;
display: block;
border: 10px;
}
.second{
text-align: center;
}
span{
color:whitesmoke;
}
#three{
letter-spacing: 5px;
font-size: larger;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
border-style: outset;
}
.four{
text-align: center;
font-size:xx-large ;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#five{
color:antiquewhite
}
.six{
text-align: center;
font-size: x-large;
font-weight: bold;
padding-bottom: 30px;
}
p,h1,body{
color :antiquewhite;
}
label,h2,span{
color:darksalmon;
}
label,form{
margin: 10px;
color:darksalmon;
}
#pied{
color:antiquewhite;
}
#five,.four{
padding-bottom: 40px;
}