-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (86 loc) · 1.56 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
#menu{margin: 0;}
.menu_{display:inline-block;margin: 0 15px;vertical-align:top}
.menulogo{display:inline-block;margin: 0 15px;vertical-align:top}
html{
background-color: #101010;
font-family : 'Roboto', Arial, sans-serif;
}
.menu {
background-color: black;
padding: 5px;
}
.menulogo {
list-style-type: none;
margin: 5px 0;
}
.menulogo button {
background-color: transparent;
color: white;
border: 1px;
padding: 10px 10px;
cursor: pointer;
outline: none;
}
.menulogo button:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.menu_ {
list-style-type: none;
margin: 10px 0;
}
.menu_ button {
background-color: transparent;
color: white;
border: 1px;
padding: 10px 20px;
cursor: pointer;
outline: none;
}
.menu_ button:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.class1red {
list-style-type: none;
margin: 10px 0;
}
.class1red button {
background-color: red;
color: white;
border: 1px;
padding: 10px 20px;
cursor: pointer;
outline: none;
}
.class1red button:hover {
background-color: rgba(255, 27, 27, 0.9);
}
.haut_page{
background-image:url("imgdexemple.jpg");
background-color: #202020;
color: white;
padding: 20px;
}
.page_tech{
background-color: #202020;
overflow: hidden;
color: white;
padding: 20px;
}
.img{
float:left;
border-radius:10px 10px;
}
.imgright {
float: right;
border-radius:10px 10px;
}
.font_txt{
line-height: 2;
}
footer{
background-color: transparent;
margin: 5px 0;
color: white;
text-align: center;
padding: 5px;
}