-
Notifications
You must be signed in to change notification settings - Fork 0
/
ajout.css
95 lines (88 loc) · 1.23 KB
/
ajout.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
@import url(https://fonts.googleapis.com/css?family=Rubik);
*
{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body
{
font-family: 'Rubik';
}
header
{
height: 5rem;
background-color:#2f2f2f ;
font-size: 1.5rem;
color: white;
}
header p
{
float: right;
margin: 1rem;
background-color: #fa344b;
padding: 0.5rem;
width: 10rem;
border-radius: 7px;
text-align: center;
transition: all .5s ease;
}
header p a
{
text-decoration: none;
text-transform: none;
color: #011627;
}
header p:hover
{
background-color: #2f2f2f;
color:#fa344b ;
}
header p a:hover
{
color:#fa344b ;
}
span
{
font-size: 1.5rem;
margin-left: 1rem;
font-style: italic;
color: #fa344b ;
}
label
{
color: black;
}
.fa-book-open
{
font-size: 3rem;
color: #fa344b ;
margin-top: 1rem;
}
.fa-sign-out-alt
{
padding: 3px;
}
body
{
/* background: url("img/book-1950451_1920.jpg");
background-size: cover; */
background-color: darkslategrey;
background-image: url("img/literature-3068940_1280.jpg");
}
label
{
color: white;
}
#cat
{
margin-top: 20px;
}
#buut
{
margin-top: 20px;
}
.form-control
{
width: 25rem;
}