-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
67 lines (58 loc) · 1.16 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
.stu{
display: inline-block;
border-radius: 8px;
background-color: #9f74909b;
border: none;
color: #76b497;
text-align: center;
font-size: 28px;
padding: 20px;
width: 400px;
height: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
position: absolute;
left:10%;
border: 3px solid rgb(173, 193, 192);
top: 40%;
}
a{
text-decoration: none;
line-height: 5.5;
}
.rec{
display: inline-block;
border-radius: 8px;
background-color: #839c5e96;
border: none;
color: #557ea3;
text-align: center;
font-size: 28px;
padding: 20px;
width: 400px;
height: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
position: absolute;
left: 60%;
border: 3px solid rgb(195, 187, 187);
top: 40%;
}
html{
background-color: rgba(193, 237, 239, 0.546);
}
.container-fluid{
background-color: beige;
}
form{
background-color:rgb(133, 133, 91);
}
input{
background-color: antiquewhite;
}
.clearfix p a{
display: inline-block;
border-radius: 10px;
}