1
- body {
2
- background-image : url ( "back4.jpg" ) ;
3
- background-size : cover ;
4
-
1
+ * {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ box-sizing : border-box;
5
5
}
6
-
7
- .flexbox-container {
8
- height : 700 ;
9
- flex-direction : column;
10
- margin-left : 250px ;
11
- margin-right : 250px ;
12
-
6
+ body {
7
+ margin-top : 50px ;
8
+ background-color : # 9dc5c3 ;
9
+ background-image : linear-gradient (315deg , # 9dc5c3 0% , # 5e5c5c 74% );
13
10
}
14
11
15
- .flexbox-item {
16
- width : 700px ;
17
- margin : 10px ;
18
- border : 3px solid # 333 ;
19
- background-color : # cacac9 ;
20
- border-radius : 10px ;
12
+ .flexbox-container {
13
+ margin : auto;
14
+ width : 60% ;
21
15
}
22
16
23
- .A-Bout-Me {
24
- min-height : 200px ;
25
-
17
+ .flexbox-item {
18
+ margin-bottom : 10px ;
19
+ border : 3px solid # 333 ;
20
+ background-color : # cacac9 ;
21
+ border-radius : 10px ;
22
+ min-height : 100px ;
23
+ width : 100% ;
26
24
}
27
25
28
- .Education {
29
- min-height : 150px ;
30
- font-size : 20px ;
31
- line-height : 30px ;
32
- font-family : The Quick Fox Jumps Over The Lazy Dog;
33
- padding-bottom : 20px ;
26
+ .A-Bout-Me {
27
+ line-height : 30px ;
34
28
}
35
29
36
- .Work-Eexperience {
37
- min-height : 200px ;
30
+ .Education {
31
+ font-size : 20px ;
32
+ line-height : 30px ;
33
+ font-family : The Quick Fox Jumps Over The Lazy Dog;
38
34
}
39
35
40
- img {
41
- border-radius : 50% ;
42
- padding : 20px ;
36
+ img {
37
+ border-radius : 50% ;
38
+ padding : 20px ;
39
+ margin-top : 20px ;
40
+ margin-left : 20px ;
43
41
}
44
42
45
- h1 {
46
- padding-left : 10px ;
47
- font-size : 30px ;
43
+ h1 {
44
+ padding-left : 10px ;
45
+ font-size : 30px ;
46
+ margin-top : 20px ;
47
+ margin-bottom : 20px ;
48
48
}
49
49
50
- h2 {
51
- padding-left : 15px ;
52
- padding-bottom : 0px ;
53
- font-size : 20px ;
50
+ h2 {
51
+ padding-left : 15px ;
52
+ padding-bottom : 0px ;
53
+ font-size : 20px ;
54
+ }
54
55
56
+ p {
57
+ padding : 20px ;
58
+ line-height : 30px ;
59
+ text-align : justify;
60
+ font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
61
+ font-size : 18px ;
62
+ }
63
+ a {
64
+ color : blue;
65
+ }
66
+ a : hover {
67
+ color : rgb (252 , 6 , 6 );
55
68
}
56
69
57
- p {
58
- padding-top : 0px ;
59
- padding-right : 20px ;
60
- padding-left : 20px ;
61
- padding-bottom : 0px ;
62
- text-align : justify;
63
- font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
64
- font-size : 18px ;
65
- }
66
- a {
67
- color : blue;
68
- }
69
- a : hover {
70
- color : rgb (252 , 6 , 6 );
71
- }
70
+ .name {
71
+ margin-top : 20px ;
72
+ margin-right : 100px ;
73
+ margin-bottom : 50px ;
74
+ margin-left : 250px ;
75
+ font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
76
+ }
77
+ .nameOne {
78
+ margin-top : 20px ;
79
+ margin-right : 100px ;
80
+ margin-bottom : 20px ;
81
+ margin-left : 225px ;
82
+ }
83
+ .nameTwo {
84
+ font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
85
+ font-size : 18px ;
86
+ padding : 20px ;
87
+ margin-left : 20px ;
88
+ }
72
89
73
- .name {
74
- margin-top : 20px ;
75
- margin-right : 100px ;
76
- margin-bottom : 50px ;
77
- margin-left : 250px ;
78
- font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
79
- }
80
- .nameone {
81
- margin-top : 20px ;
82
- margin-right : 100px ;
83
- margin-bottom : 20px ;
84
- margin-left : 270px ;
85
- }
86
- .nametwo {
87
- font-family : The Quick Brown Fox Jumps Over The Lazy Dog;
88
- font-size : 18px ;
89
- }
90
- .Education span {
91
- background-color : # EDEEF2 ;
92
- border : 2px double # EFF0F4 ;
93
- border-radius : 0 20% 0% 20% ;
94
- padding : 5px ;
95
-
90
+ .Education span {
91
+ background-color : # edeef2 ;
92
+ border : 2px double # eff0f4 ;
93
+ border-radius : 0 20% 0% 20% ;
94
+ padding : 5px ;
95
+ margin-top : 20px ;
96
96
}
97
97
98
- .A-Bout-Me span {
99
- background-color : # EDEEF2 ;
100
- border : 2px double # EFF0F4 ;
101
- border-radius : 0 20% 0% 20% ;
102
- padding : 5px ;
98
+ .A-Bout-Me span {
99
+ background-color : # edeef2 ;
100
+ border : 2px double # eff0f4 ;
101
+ border-radius : 0 20% 0% 20% ;
103
102
}
104
103
105
- .Work-Eeperience span
106
- {
107
- background-color : # EDEEF2 ;
108
- border : 2px double # EFF0F4 ;
109
- border-radius : 0 20% 0% 20% ;
110
- padding : 5px ;
111
- }
104
+ .Work-Experience span {
105
+ background-color : # edeef2 ;
106
+ border : 2px double # eff0f4 ;
107
+ border-radius : 0 20% 0% 20% ;
108
+ padding : 5px ;
109
+ }
0 commit comments