-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
87 lines (82 loc) · 1.75 KB
/
styles.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
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
h1 {
text-transform: uppercase;
text-align: center;
font-size: x-large;
}
h2 {
text-transform: uppercase;
text-align: center;
}
a {
text-decoration: none;
color: black;
}
/* ********************* NAVBAR *********************** */
nav {
overflow: hidden;
background-color: rgba(130, 218, 218, 0.273);
position: fixed;
}
header li {
float: left;
font-size: 1.2em;
}
header li a {
text-decoration: none;
display: block;
text-align: right;
padding: 18px 16px;
}
#logo {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: left;
}
/* ********************* principle image ****************** */
#imagePrincipale {
padding-top: 60px;
background: url(../72d2f104dedf26594067b0dfd0f04f8b.png) no-repeat fixed 50% 50%;
background-size: cover;
height: 799px;
}
h1 {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-align: center;
color: midnightblue;
font-size: 10ex;
text-shadow: 1px 3px 2px black;
}
#premierTrait {
height: 1px;
width: 60%;
margin: -3px auto;
background-color: blue;
text-shadow: 1px 3px 2px black;
}
h4 {
text-align: center;
color: aquamarine;
text-shadow: 1px 3px 2px black;
}
p {
text-align: center;
color: aquamarine;
font-size: 3em;
text-shadow: 1px 3px 2px black;
}
/* ***************** PRESENATION **************** */
#alternativeLinks {
background-color: cornflowerblue;
padding: 10px 0px 100px 0;
}