-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
55 lines (51 loc) · 1.06 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
body{
font-family: 'Karla', sans-serif;
font-family: 'Poppins', sans-serif;
background-image: url("./download.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.container{
text-align:center;
color:rgb(255, 0, 0);
text-shadow:0px 0px 10px rgb(2, 47, 243);
}
.btn{
display:flex;
gap:50px;
justify-content: center;
}
.btn button{
font-size: 20px;
font-weight: 600;
width:30px;
border-radius:5px;
background-color: rgb(23, 5, 104);
color:white;
box-shadow:0px 0px 10px rgb(255, 0, 0);
}
#save{
width:90px;
margin-top:30px;
background-color: rgb(247, 7, 7);
color:white;
font-size:20px;
border-radius:10px;
box-shadow:0px 0px 10px blue;
}
.reset{
width:90px;
margin-top:30px;
background-color: rgb(247, 7, 7);
color:white;
font-size:20px;
border-radius:10px;
box-shadow:0px 0px 10px blue;
}
.entries{
font-size:25px;
color:#ff4800;
text-shadow: none;
position: static;
text-wrap: wrap;
}