-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (50 loc) · 1.16 KB
/
style.css
File metadata and controls
68 lines (50 loc) · 1.16 KB
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
/* =================
WRITE YOUR CSS HERE.
Check the ⌄ for help with formatting and validating your code.
You must write some CSS to complete this challenge.
===================
*/
html,
body {
margin: 20px;width:100%;border-style: solid;background-color: rgb(230, 184, 173);
border-color: green;
height: 100%;font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: white;
text-align: center;box-sizing: border-box;
background-color: #666;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;border-style: solid;
border-color: green;
}
h3 {text-align:center;}
h4 {
font-size: 30px;text-align:left;font-style: italic;
}
h5 {text-align:center;font-style: italic;}
p {
font-size: 20px; text-align: center;
margin-right: 150px;
margin-left: 80px;
}
navbar {
width: 100%;
background-color: #555;
overflow: auto;
}
/* Navbar links */
.navbar a {
float: center;
text-align: center;
padding: 12px;
color: rgb(79, 26, 114);
text-decoration: none;
font-size: 17px;
}
/* don't edit this */
.jest-lite-report__status--pass
background:var(--color-pass)
.jest-lite-report__errors {display:none }