Skip to content

Commit 1ed0e58

Browse files
author
Rakhim Davletkaliyev
committed
add logo
1 parent 87fa3ab commit 1ed0e58

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
<div class="background">&nbsp;</div>
4747
<div class="container">
4848
<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>
5054
<div class="fui-cmd"></div>
5155
<p>CODING GAME FOR BADASS DEVELOPERS</p>
5256
</div>
4.15 KB
Loading

static/css/style.css

+10
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,12 @@ body > .navbar-collapse .navbar-search .btn-primary:hover {
10161016
margin: 315px 0 200px;
10171017
padding: 30px 40px;
10181018
}
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+
}
10191025
.header-15-sub .hero-unit p {
10201026
font-size: 13px;
10211027
font-weight: normal;
@@ -1038,6 +1044,10 @@ body > .navbar-collapse .navbar-search .btn-primary:hover {
10381044
color: #ffffff;
10391045
margin: 150px 0 90px;
10401046
}
1047+
1048+
.header-15-sub .hero-unit .logo_holder {
1049+
margin: 150px 0 90px;
1050+
}
10411051
}
10421052
/**
10431053
* Content 4 stylesheet

0 commit comments

Comments
 (0)