File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 7
7
</ head >
8
8
< body >
9
9
< div class ="main-container ">
10
-
10
+ < h1 > Chatata!</ h1 >
11
+ < button class ="button "> Log In</ button >
11
12
</ div >
13
+ < h3 > @King Pandesal</ h3 >
12
14
</ body >
13
15
</ html >
Original file line number Diff line number Diff line change @@ -12,10 +12,30 @@ body{
12
12
margin-top : 70px ;
13
13
margin-left : 150px ;
14
14
margin-right : 150px ;
15
+ margin-bottom : 30px ;
15
16
height : 600px ;
17
+ box-shadow : 5px 5px 5px 5px # ff7d7d2a, -5px -5px 20px 20px # ff7d7d2a ;
18
+ border-radius : 30px ;
16
19
}
17
20
18
21
h1 {
19
22
margin : 0 ;
23
+ color : # ff7d7d ;
24
+ font-family : 'Courier New' , Courier, monospace;
25
+ font-variant : small-caps;
26
+ font-size : 40px ;
27
+ padding-top : 10px ;
28
+ padding-left : 180px ;
29
+ display : inline;
30
+ position : absolute;
31
+ left : 0px ;
20
32
}
21
33
34
+ .button {
35
+ background-color : # ff80ee ;
36
+ }
37
+
38
+ h3 {
39
+ margin : 0 ;
40
+ padding-left : 20px ;
41
+ }
You can’t perform that action at this time.
0 commit comments