File tree 1 file changed +55
-0
lines changed
1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ * {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ box-sizing : border-box;
5
+ }
6
+ /* font-family: 'Poppins', sans-serif; */
7
+ /* font-family: 'Open Sans', sans-serif; */
8
+ body {
9
+ background-image : url ('/images/bg-desktop.svg' );
10
+ background-repeat : no-repeat;
11
+ background-color : hsl (257 , 40% , 49% );
12
+ color : # fff ;
13
+ }
14
+
15
+ .container {
16
+ /* border: 2px solid brown; */
17
+ width : 100% ;
18
+ display : flex;
19
+ flex-direction : row;
20
+ margin : 0 auto;
21
+ /* margin-top: 50px; */
22
+ }
23
+ .header img {
24
+ width : 150px ;
25
+ }
26
+ .header-img img {
27
+ width : 640px ;
28
+ margin-top : 70px ;
29
+ }
30
+ .el--2 h1 {
31
+ font-family : 'Poppins' , sans-serif;
32
+ }
33
+ .el--2 p {
34
+ font-family : 'Open Sans' , sans-serif;
35
+ }
36
+ .el--1 {
37
+ padding : 40px ;
38
+ margin-left : 10px ;
39
+ /* margin-top: 50px; */
40
+ }
41
+ .el--2 {
42
+ /* border: 2px solid brown; */
43
+ margin-top : 200px ;
44
+ width : 500px ;
45
+ }
46
+ .el--2 p {
47
+ margin-top : 20px ;
48
+ }
49
+ .el--2 button {
50
+ color : hsl (257 , 40% , 49% );
51
+ border-radius : 30px ;
52
+ width : 150px ;
53
+ padding : 10px ;
54
+ margin-top : 20px ;
55
+ }
You can’t perform that action at this time.
0 commit comments