File tree Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change 45
45
text-decoration : none;
46
46
}
47
47
48
+
49
+ * {
50
+ box-sizing : border-box;
51
+ }
52
+
48
53
html , body {
49
54
height : 100% ;
50
55
width : 100% ;
51
- overflow-y : hidden;
52
56
}
53
57
54
- header {
58
+ body {
59
+ display : flex;
60
+ }
61
+
62
+
63
+ .left {
64
+ width : 50% ;
65
+ }
66
+
67
+ .left img {
55
68
width : 100% ;
56
- height : 300px ;
57
- background : url ("resources/JS30.png" ) no-repeat center;
58
- background-size : contain;
69
+ height : auto;
59
70
}
60
71
61
72
62
- main {
63
- width : 90% ;
64
- height : calc (100% - 300px );
65
- margin : 0 auto;
66
- border : 1px solid black;
67
- /*overflow-y: auto;*/
73
+ .right {
74
+ width : 45% ;
75
+ height : 100% ;
76
+ overflow-y : scroll;
77
+ margin-left : 5% ;
68
78
}
69
- main . links {
70
- margin-top : 100 px ;
79
+
80
+ . right . links {
71
81
width : 100% ;
72
82
height : 100% ;
73
83
display : flex;
74
84
flex-flow : column nowrap;
75
- overflow-y : auto;
76
- /*justify-content: space-between;
77
- align-content: space-between;
78
- align-items: center;*/
79
85
}
80
86
81
87
.links .link {
82
88
width : 100% ;
89
+ height : 100% ;
83
90
border : 1px solid black;
84
91
border-radius : 5px ;
92
+ padding : 20px 0 ;
85
93
}
You can’t perform that action at this time.
0 commit comments