Skip to content
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
13 changes: 6 additions & 7 deletions hack.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ body, html {
width: 100%;
height: 100vh;
color:black;


}

.fakeimg {
height: 200px;
background: #aaa;
}

.circle {
Expand All @@ -30,7 +32,7 @@ body, html {
position: relative;
height: 100%;
opacity: 1;
filter: alpha(opacity=70);
filter: alpha(opacity 70);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -48,12 +50,9 @@ div.polaroid {
font-size: 22px;
}



.con {
width: 100%;
position: absolute;
top: 35%;
text-align: center;
}

}
13 changes: 3 additions & 10 deletions hacktoberfest19.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,10 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style>
.fakeimg {
height: 200px;
background: #aaa;
}
</style>

</head>
<body>




<div class="container" style="margin-top:30px ">
<div class="row">
<div class="col-md">
Expand Down Expand Up @@ -54,7 +46,8 @@ <h1>Which according to you is the best processor out there today?</h1>

</div>

</div>
</div>

</body>
</html>
</html>