forked from MultiverseLearningProducts/sneaker-heads
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (37 loc) · 632 Bytes
/
Copy pathstyle.css
File metadata and controls
40 lines (37 loc) · 632 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
36
37
38
39
40
/* Write Your CSS Below
Colors:
- rgb(243, 183, 106)
- yellow
- rgb(241, 117, 0)
- red
- #f3b76a
- #f17500
- #0d6e00
- #6d00fb
- #dbff39
- #74c9f1
- #fb4040
Sizes:
- 100%
- 70%
- auto
- 1.5em
- 3rem
- .5em
Font:
- Copperplate (You can also use any font that you'd like!)
Images:
- "https://i.pinimg.com/236x/d6/3f/56/d63f563519df0ece564b82c72e9e306c.jpg"
- (You may use any image you would like for the background!)
*/
.row1 {
height: 400px;
width: 600px;
}
.row2 {
height: 400px;
width: 600px;
}
.bg {
background-image: url"https://i.pinimg.com/236x/d6/3f/56/d63f563519df0ece564b82c72e9e306c.jpg";
}