-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomestyle.css
More file actions
63 lines (61 loc) · 1.02 KB
/
homestyle.css
File metadata and controls
63 lines (61 loc) · 1.02 KB
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
body{
background-color: #3f8f8d;
text-align: center;
margin-top: 0;
}
div{
margin:25px 150px;
background-color: #ffd3de;
height: 600px;
}
p{
padding-top: 50px;
padding-bottom: 100px;
text-align: left;
margin-top: 10px;
margin-left: 20px;
font-family: 'Bree Serif', serif;
font-size: 50px;
}
button{
background-color: #cdffeb;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
font-family: 'Cinzel', serif;
float: left;
margin-left: 0;
height: 10%;
width: 25%;
font-size: 25px;
}
.lobutton{
font-size: 20px;
position:fixed;
margin: 25px 150px;
top:0;
right:7px;
height: 5%;
width:10%;
font-family: 'Open Sans', sans-serif;
}
.record{
font-family: 'Cinzel', serif;
font-size: 20px;
}
h4{
display: inline;
}
.normaltext{
padding-top: 0;
padding-bottom: 10px;
text-align: left;
margin-top: 0;
margin-left: 20px;
font-family: 'Bree Serif', serif;
font-size: 30px;
}
.ubutton{
text-align: center;
position: relative;
left: 400px;
top: 100px;
}