File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 46
46
< div class ="background "> </ div >
47
47
< div class ="container ">
48
48
< div class ="hero-unit ">
49
- < a href ="https://hexlet.io/games?utm_source=codebattle&utm_medium=logo&utm_campaign=codebattle_landing "> < h1 > Code Battle</ h1 > </ a >
49
+ < a href ="https://hexlet.io/games?utm_source=codebattle&utm_medium=logo&utm_campaign=codebattle_landing ">
50
+ < div class ="logo_holder ">
51
+ < img src ="startup/common-files/img/code_battle_logo.png "</ img >
52
+ </ div >
53
+ </ a >
50
54
< div class ="fui-cmd "> </ div >
51
55
< p > CODING GAME FOR BADASS DEVELOPERS</ p >
52
56
</ div >
Original file line number Diff line number Diff line change @@ -1016,6 +1016,12 @@ body > .navbar-collapse .navbar-search .btn-primary:hover {
1016
1016
margin : 315px 0 200px ;
1017
1017
padding : 30px 40px ;
1018
1018
}
1019
+ .header-15-sub .hero-unit .logo_holder {
1020
+ border : 2px solid white;
1021
+ display : inline-block;
1022
+ margin : 160px 0 200px ;
1023
+ padding : 15px ;
1024
+ }
1019
1025
.header-15-sub .hero-unit p {
1020
1026
font-size : 13px ;
1021
1027
font-weight : normal;
@@ -1038,6 +1044,10 @@ body > .navbar-collapse .navbar-search .btn-primary:hover {
1038
1044
color : # ffffff ;
1039
1045
margin : 150px 0 90px ;
1040
1046
}
1047
+
1048
+ .header-15-sub .hero-unit .logo_holder {
1049
+ margin : 150px 0 90px ;
1050
+ }
1041
1051
}
1042
1052
/**
1043
1053
* Content 4 stylesheet
You can’t perform that action at this time.
0 commit comments