-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogstyle.css
75 lines (55 loc) · 965 Bytes
/
logstyle.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
body{
color: white;
text-align: center;
font-size: 22px;
}
#main{
margin-top: 500px;
margin-bottom: 50px;
}
#header{
margin-top: 50px;
margin-bottom: 50px;
}
.inpdes{
padding-left: 15px;
background-color: transparent;
background-repeat: no-repeat;
border: solid;
border-color: white;
border-width: 2px;
color: white;
height: 40px;
width: 250px;
font-family: 'Playfair Display SC';
font-size: 20px;
margin: 5px;
}
.inbutt{
background-color: transparent;
background-repeat: no-repeat;
color: white;
font-size: 20px;
height: 45px;
width: 150px;
border: solid;
border-color: white;
border-width: 2px;
font-family: 'Playfair Display SC';
cursor: crosshair;
}
#inbutt{
float: right;
clear: both;
}
.footer{
height: 18px;
margin-top: 30px;
font-size: 15px;
}
#backbutt{
height: 20px;
width: 60px;
font-size: 15px;
margin-bottom: 15px;
}