Skip to content

Commit

Permalink
Added Main Page / Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrakitsa committed Sep 13, 2021
1 parent 4f2d40a commit 1333dbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
24 changes: 0 additions & 24 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,6 @@ h1 {
}


/*****************************/
/* Styling Header Image Menu */
/*****************************/
#header-image-menu {
top: 10px;
position: relative;
}

#header-image-menu img {
width: 100%;
height: 500px;
margin: 0;
padding: 10px 0;
}

#image-text {
top: 10%; /*distance from top*/
left: 40%; /*distance from left*/
font-variant: small-caps;
color: #732f6c;
text-align: center;
}



/*****************************/
/* Styling For Menu */
Expand Down
10 changes: 6 additions & 4 deletions mainmenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<!--Adding Favicon-->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">

<link rel="stylesheet" href="main.css" type="text/css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
Expand Down Expand Up @@ -58,15 +61,14 @@ <h1>Tic Tac Toe</h1>


<div class="center">
<button class="button" type="button"><h2>Easy</h2></button><br>
<button class="button" type="button"><h2>Medium</h2></button><br>
<button class="button" type="button"><h2>Hard</h2></button>
<a href="index.html"><button class="button" type="button "><h2>Easy</h2></button></a><br>
<a href="index.html"><button class="button" type="button"><h2>Medium</h2></button></a><br>
<a href="index.html"><button class="button" type="button"><h2>Hard</h2></button></a><br>
</div>

</div>



<audio id="myAudio">
<source src="music.mp3" type="audio/ogg">
</audio>
Expand Down

0 comments on commit 1333dbb

Please sign in to comment.