File tree Expand file tree Collapse file tree 2 files changed +35
-75
lines changed
Expand file tree Collapse file tree 2 files changed +35
-75
lines changed Original file line number Diff line number Diff line change 11/* ============================================================
22 For About Me Styling
33============================================================ */
4+ .flex-exper {
5+ display : flex;
6+ flex-direction : row;
7+ }
8+
9+ .side-nav {
10+ display : flex;
11+ flex-direction : column;
12+ justify-content : center;
13+ align-items : center;
14+ width : 30% ;
415
5- .me {
6- background-color : aliceblue;
7- color :
816}
917
10- .about-text {
11- text-align : left;
12- background-color : aliceblue;
13- color : midnightblue;
18+ .side-nav div {
19+ flex : 1 ;
20+ display : flex;
21+ flex-direction : row;
22+ align-items : center;
23+ justify-content : center;
24+ border : 1px solid FloralWhite;
25+ width : 100% ;
26+ font-size : x-large;
27+ background : salmon;
1428}
1529
1630
17- .testing {
18- overflow : hidden;
19- background-color : aquamarine;
31+ .main {
32+ width : 70vw ;
33+ background-color : LightSteelBlue ;
34+ display : flex;
35+ align-items : center;
36+ justify-content : center;
37+ border-left : 2px solid # 1A1110 ;
2038}
21-
22- . testing div {
23- height : 100 % ;
39+ . main . content {
40+ color : # 1A1110 ;
41+ max-width : 62 % ;
2442}
25- .one {
26- background-color : cornflowerBlue;
27- float : left;
28- width : 62vw ;
29- height : 100% ;
43+ .main h1 {
44+ font-size : 3em ;
3045}
31- .two {
32- background-color : aliceblue;
33- color : midnightblue;
34- height : 100% ;
46+ .main p {
47+ font-size : 160% ;
3548 text-align : left;
3649}
37-
38- @media screen and (max-width : 400px ) {
39- .one {
40- float : none;
41- margin-right : 0 ;
42- width : auto;
43- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments