-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
99 lines (82 loc) · 1.45 KB
/
contact.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
body{
background-color: rgb(48, 79, 130,0.8);
}
section{
font-family: Arial;
text-align: left;
font-size:1.25em;
}
section div {
background-image: url("images/contact.jpg");
}
section h1 {
text-align: center;
border: 2px solid rgb(207, 210, 214);
background:rgb(229, 208, 181);
font-size: 1.75em;
}
section p{
font-size:1.25em;
}
section ul{
font-size:1.25em
}
section h2 {
font-size:1.50em
}
@font-face {
font-family: 'Titre_font';
src: url('polices/KaushanScript-Regular.otf');
}
@font-face {
font-family: 'Message_font'
src: url('polices/Quicksand_Dash.otf')
}
nav{
background-image: linear-gradient(#99ebff, #00a3cc);
position: fixed;
top: 0;
width: 100%;
}
nav ul{
display: flex;
flex-direction: row;
margin: auto;
padding: 0.7em;
justify-content:space-around;
list-style-type: none;
}
nav ul a{
color: white;
text-decoration: none;
}
#spacenav{
height: 2em;
width: 100%;
}
header{
height: 9.5em;
width: 100%;
background-image: url('img/J59.GIF');
background-size:contain;
}
#message{
display: flex;
flex-direction: column;
}
#logo {
float: left;
height: 9.3em;
background-color:rgba(47, 79, 79, 0.5);
backface-visibility: 60%;
}
#titre{
margin: auto;
color: rgba(204, 238, 255, 0.7);
font-family: Titre_font,fantasy;
font-size: 5em;
}
#logo img{
width: 9.375em;
height: 9.375em;
}