-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.css
81 lines (70 loc) · 1.51 KB
/
main.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
body {
background: #362F41;
background: -webkit-linear-gradient(#8C6EBA, #362F41) fixed;
color: ;
font-family: 'Archivo Black', sans-serif;
}
h1 {
color: #FAFAFA;
font-size: 50px;
text-shadow: 4px 4px 4px #000;
margin-left: 232px;
}
h2 {
color: #FAFAFA;
}
.header {
width: 740px;
height: 130px;
margin: 20px auto 10px auto;
background: #362F41;
background: linear-gradient(#6124BC, #362F41);
background: -webkit-linear-gradient(#6124BC, #362F41);
background: -o-linear-gradient(#6124BC, #362F41);
background: -moz-linear-gradient(#6124BC, #362F41);
border-radius: 10px 50px 10px 10px;
box-shadow: 5px 5px 10px #000;
line-height: 130px;
}
.workarea {
margin: 20px auto 20px auto;
padding: 20px;
width: 714px;
<!--height: 600px;-->
background: #6124BC;
background: -webkit-linear-gradient(#6124BC, #362F41);
border-radius: 10px 10px 10px 50px;
box-shadow: 5px 5px 10px #000;
}
.boldz {
color: #AB71FF;
}
.boldz a {
color: #DDD0F0;
}
.randy {
color: #FAFAFA;
}
.myButton {
letter-spacing: 1px;
padding: 8px 20px;
border-radius: 5px;
font-weight: bold;
background: #DDD0F0;
box-shadow: 0px 3px 8px #000;
color: #FAFAFA;
outline: none;
text-decoration: none;
margin-right: 20px;
text-shadow: 1px 1px 1px #000;
}
details,
details summary {
padding-left:0;
background-image:none;
-webkit-appearance:none;
}
details summary::-webkit-details-marker { display:none; }
details > summary:first-of-type {
list-style-type: none;
}