-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle03.css
More file actions
35 lines (26 loc) · 982 Bytes
/
style03.css
File metadata and controls
35 lines (26 loc) · 982 Bytes
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
div{
height: 100px;
width: 200px;
margin: auto;
border-radius: 10px;
text-align: center;
/* background-color: cadetblue; */
/* background-color: rgb(255, 0, 255); */
/* background-color: rgb(255, 255, 255); */
/* background-color: rgb(0, 255, 255); */
/* background-color: rgb(255, 255, 0); */
/* background-color: rgb(255, 0, 0); */
/* background-color: rgb(180, 90, 0); */
/* background-color: rgb(230, 230, 230); */
/* background-color: rgba(255, 0, 0, 0.5); */
/* background-color: #ff0000; */
/* background-color: #cc0000; */
/* background-color: #ffbb00; */
/* background-color: #ffbbaa; */
/* background-color: hsl(0, 70%, 30%); */
/* background-color: hsl(30, 70%, 30%); */
/* background-color: hsl(120, 5%, 70%); */
/* background-color: hsla(70, 70%, 30%, 0.5); */
background-color: hsla(0, 90%, 10%, 0.5);
/* color: #4285f4; */
}