-
Notifications
You must be signed in to change notification settings - Fork 52
/
style.css
61 lines (49 loc) · 1.01 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
/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
body {
margin: 22px;
background-color: rgba(127, 105, 8, 0.534);
font-family: arial, sans-serif;
font-size: 25px;
}
#rubikImg {
display: block;
margin: auto;
padding-top: 1rem;
}
#contributors hr
{
margin: 0;
}
b{
font-style: Fuzzy Bubbles;
}
/* Applies to all <h1>...</h1> elements. */
h1 hover {
background-color:rgba(153, 153, 153, 0.6);
font-size: 38px;
background-color: #9999;
font-size: 36px;
font-weight: normal;
margin-top: 4px;
}
/* Applies to all elements with <... class="someclass"> specified. */
.someclass {
color: rgba(30, 202, 225, 0.556);
}
/* Applies to the element with <... id="someid"> specified. */
#someid {
color: rgba(41, 128, 0, 0.258);
.newClass{
#newID{
background-color: tomato;
color: white;
border: 2px solid black;
margin: 20px;
padding: 20px;
padding: 20px;
}
.center {
display: flex;
justify-content: center;
align-items: center;