-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (46 loc) · 1.35 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
/* *{
margin: 0;
padding: 0;
}
#joke{
background-color: azure;
color: #333;
font-size: 1.5rem;
padding: 10px;
text-align: center;
width: 100%;
} */
/*-------------------------------------------------Changing html classes using javascript-----------------------------------------------------
//--------------------------------------------------------------------------------------------------------------------------------------
.yellow{
background-color: yellow;
color: white;
}
.red{
background-color: red;
color: white;
}
.dark{
color: black;
}
*/
/*========================================================================================================================================
======================================================Practice set chapter 8============================================================ */
/* .bulb{
background: yellow;
}
.bulbcontainer{
height: 341px;
width: 341px;
} */
/*-------------------------------------------------Exercise 5---------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------*/
html, body{
height: 100%;
width: 100%;
}
body{
background-color: black;
color: green;
font-size: 25px;
}