-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
91 lines (90 loc) · 1.7 KB
/
index.css
File metadata and controls
91 lines (90 loc) · 1.7 KB
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
body{
padding: 0px;
margin: 0px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.conteneur{
position: relative;
width: 310px;
height: 500px;
padding: 0px 10px;
margin-top: 50px;
display: flex;
justify-content: center;
align-items: center;
}
input[type='text']{
width: 300px;
height: 50px;
color: white;
background-color: black;
font-size: 25px;
font-weight: 700;
border: none;
opacity: none;
}
.buttons_cont{
position: absolute;
width: 100%;
height: 100%;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
border-radius: 50px;
padding-top: 30px;
padding-bottom:5px;
}
h1{
color: white;
font-size: 20px;
font-weight: 500;
cursor: pointer;
user-select: none;
}
.inter_reponse{
width: 95%;
height: 120px;
margin-top:-25px;
margin-bottom:1px;
border-radius: 50px;
display: flex;
justify-content:flex-start;
align-items: center;
}
.button{
width: 70px;
height: 70px;
border-radius: 100px;
margin: 0px 2px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(75, 69, 59);
}
#button0{
width: 150px;
height: 70px;
margin-left:-2px;
}
.sign{
background-color: orange;
}
.sign>h1{
font-weight:bold;
font-size: 25px;
}
.entete>h1{
font-weight: 400;
color: black;
font-family:Georgia, 'Times New Roman', Times, serif
}
.entete{
background-color: rgb(179, 174, 168);
}