Skip to content

Commit 975299d

Browse files
Add files via upload
1 parent 34401a5 commit 975299d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
2.27 MB
Loading

Codelab/Codelab2/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
body {
22
font-family: Arial, sans-serif;
3-
background-color: #000000;
3+
background-image: url('purple-aesthetic-rain.gif');
4+
background-size: cover;
5+
background-position: center;
46
display: flex;
57
justify-content: center;
68
align-items: center;
7-
height: 100vh;
8-
}
9+
height: 100vh;}
910

1011
.container {
11-
background-color: rgb(0, 217, 255);
12+
background-color: #2a0a51;
13+
color: #fff;
1214
padding: 80px;
1315
border-radius: 10px;
1416
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)