-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (84 loc) · 1.84 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.centre{
width: 80%;
margin-left: 2%;
/*margin: 0 auto;*/
}
#App{
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
color: white;
background-color: #258d00;
width: 70%;
margin: 0 auto;
border-radius: 15px 2px 15px 2px;
padding: 0.5%;
/*transition: 1s;*/
}
#todologo{
display: inline-block;
margin-top: 5px;
text-align: center;
width: 25%;
font-size: 13px;
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 2px;
margin-right: 48%;
border: 2px;
border: 2px #258d00 solid;
border-radius: 15px 2px 15px 2px;
}
#todolog{
display: inline-block;
margin-top: 5px;
text-align: center;
width: 25%;
font-size: 13px;
font-family: Georgia, 'Times New Roman', Times, serif;
text-indent: 0px;
padding: 2px;
border: 2px #258d00 solid;
border-radius: 15px 2px 15px 2px;
}
/*#demo{
background-color: white;
border-left: 4px solid #258d00;
border-right: 4px solid #258d00;
border-top: 0px white;
}*/
h1{
/*float: none;*/
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
color: white;
background-color: #258d00;
width: 100%;
margin: 0 auto;
border-radius: 15px 2px 15px 2px;
padding: 0.5%;
/*transition: 1s;*/
}
.centre{
width: 80%;
margin: 0 auto;
}
.BG{
background-color: #258d00;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 18px;
color: white;}
img{
max-width: 100%;
}
.centr{
width: 200px;
height: 200px;
margin: 0 auto;
}
.topmargin{
margin-top: 10%;
}
.btn1{
width: 139px;
margin: 0 auto;
/*background-color: red;*/
}