-
Notifications
You must be signed in to change notification settings - Fork 4
/
tipsstyle2.css
69 lines (57 loc) · 1.3 KB
/
tipsstyle2.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
.icon-bar {
width: 400px;
border: 12px outset black;
margin-left: 35%;
align-items: center;
text-align: center;
margin-top: 18px;
background-color: rgba(131, 196, 187, 0.979);
padding: 57px;
}
.fa {
padding: 10px;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
width: 90px;
background-color: rgb(36, 34, 36);
border-radius: 10px;
}
.icon-bar a {
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 36px;
}
body{
background-color: rgb(35, 2, 73);
}
p{
position: relative;
font: bold;
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
border-bottom: 3px solid black;
}
/*BACK BUTTON*/
.back{
width: 300px;
height: 50px;
background-color: rgba(177, 165, 233, 0.952);
color:black;
margin-top: 40px;
border-radius: 15px;
font-size: 19px;
font-family: monospace;
border: 3px solid black;
text-align: center;
align-items: center;
}
.back:hover{
background-color: rgb(91, 74, 117);
height: 52px;
width:310px;
}