forked from combatantash/catalogue-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (49 loc) · 1000 Bytes
/
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
body{
margin: 12px;
padding: 12px;
font-family:'Times New Roman', Times, serif;
font-weight: 92;
}
header {
background-color: rgb(48, 77, 236);
border-radius: 0%;
margin-bottom: 0;
}
h1 {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: whitesmoke;
text-align: center;
padding-top: 25px;
padding-bottom: 15px;
}
div.ever {
margin-top: -10px;
background-color: rgb(99, 184, 240);
color: rgb(11, 8, 14);
height: 25px;
}
h4 {
margin-top: 0;
text-align: right;
padding-right: 20px;
padding-top: 2px;
font-family: serif;
}
div.marq {
background-color: rgb(255, 255, 255);
color: white;
height: 40px;
margin-top: 0;
font-size: 30;
font-family: serif;
padding-top: 5px;
}
.my-btn{
border-radius: 7px;
}
.my-img{
border-radius: 13px;
}
.my-btn-top{
margin-left: 1275px;
}