Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions css/styling.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@

body{
background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20190221/ourmid/pngtree-neon-sense-of-space-light-technology-image_16437.jpg);
background-position: right 0px;
background-repeat:no-repeat;
background-size: 100% 100vh;
}
#img{

/* margin-left: 37.3%;
margin-top:12.5%;*/
/*margin-left: auto;
margin-right: auto;*/
/* display: block;
height:186px;
width: 318px;
margin-left: auto;
margin-right: auto;*/
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
height:178px;
width: 319px;
}




html {
scroll-behavior: smooth;
}
Expand Down Expand Up @@ -44,6 +75,7 @@ html {
background: white;
text-align: center;
position: relative;
margin-top: 100vh;
margin-bottom: 40px;
font-size: 40px;
font-weight: 400;
Expand Down
Binary file added images/Code-like-a-Girl-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
<link rel="stylesheet" href="css/styling.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family==Merienda|Satisfy&display=swap" rel="stylesheet">

</head>
<body>


<nav class="navbar bg-dark navbar-dark" role="navigation">
<nav class="navbar bg-transparent navbar-dark" role="navigation">

<a class="navbar-brand" href="#">Opencode'20</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
Expand All @@ -42,6 +43,8 @@
</ul>
</div>
</nav>
<img src="images/Code-like-a-Girl-logo.png" id="img">


<div class="jumbotron text-center" style="margin-bottom:0">
<h1>Code-like-a-Girl</h1>
Expand All @@ -60,6 +63,7 @@ <h1>Code-like-a-Girl</h1>
</div>
</div>


<div class="mt-5"></div>
<div class="subheading" id="contri">Contributors</div>
<div id="contributors" class="container">
Expand Down