File tree 4 files changed +64
-0
lines changed
4 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ < html lang ="en ">
2
+ < head >
3
+ < meta charset ="UTF-8 ">
4
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > BITROGEN</ title >
7
+ < link rel ='stylesheet ' href ='style.css '/>
8
+ < link rel ="stylesheet " href ="C:\Users\Bedir\Desktop\python\fontawesome-free-5.15.3-web\css\all.min.css ">
9
+ </ head >
10
+ < body >
11
+ < div class ="container-main ">
12
+ < div class ="container-left "> </ div >
13
+ < div class ="container-right ">
14
+ < div class ="container-top "> </ div >
15
+ < div class ="container-bot ">
16
+ < div class ="container-middle "> </ div >
17
+ < div class ="container-rigth "> </ div >
18
+ </ div >
19
+
20
+ </ div >
21
+ </ div >
22
+ < script src ='action.js '> </ script >
23
+ </ body >
24
+ </ html >
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ html , body {
2
+ margin : 0 ;
3
+ height : 100% ;
4
+ width : 100% ;
5
+ }
6
+ body {
7
+ margin : 0 auto;
8
+ background-color : aqua;
9
+ }
10
+ .container-main {
11
+ min-height : 300px ;
12
+ min-width : 200px ;
13
+ height : 600px ;
14
+ width : 900px ;
15
+ background-color : bisque;
16
+ margin : 100px auto;
17
+ display : flex;
18
+ }
19
+ .container-main .container-left {
20
+ border-radius : 10px ;
21
+ width : 200px ;
22
+ height : auto;
23
+ background-color : black;
24
+ }
25
+ .container-main .container-right {
26
+ border-radius : 10px ;
27
+ flex : 1 ;
28
+ }
29
+ .container-main .container-right .container-top {
30
+ display : flex;
31
+ border-radius : 10px ;
32
+ width : 700px ;
33
+ height : 300px ;
34
+ background-color : blueviolet;
35
+ }
36
+ .container-main .container-right .container-bot {
37
+ height : 300px ;
38
+ border-radius : 10px ;
39
+ background-color : crimson;
40
+ }
You can’t perform that action at this time.
0 commit comments