-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
79 lines (71 loc) · 1.07 KB
/
index.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
body {
background-color:#bdb1a3;
}
.logo{
border-radius:50%;
height:350px;
width: 350px;
}
hr
{
border:solid;
}
h1{
font-family:cursive;
text-align: center;
font-size:50px;
}
h2{
text-align: center;
font-family:cursive;
font-size:45px;
}
h3{
text-align: center;
font-family:cursive;
font-size:45px;
border
}
.a{
font-size:25px;
border:dashed;
font-family:cursive;
}
p{
text-align: center;
font-family:cursive;
font-size:25px;
border
}
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
margin-top:19px;
}
button {
background-color: #04AA6D; /* Green */
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
font-family:cursive;
font-size:45px;
border-radius: 12px;
}