Changed the font size of the welcome message.

This commit is contained in:
deepjyoti30
2020-05-12 21:15:58 +05:30
parent bca996c1b6
commit aee78c2646
4 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ body {
width: 100%;
text-align: center; }
.main #message {
padding-bottom: 25px; }
padding-bottom: 35px; }
.main #search-bar {
width: 50%;
margin: 0 auto;

View File

@@ -13,7 +13,7 @@
<body>
<div id="main" class="my-auto py-5 main">
<div id="message">
<h2>Hey Deepjyoti, Good Morning!</h2>
<h1>Hey Deepjyoti, Good Morning!</h1>
</div>
<div id="search-bar">
<input id="search-bar-input" placeholder="Search something on Google"></input>
@@ -21,31 +21,31 @@
<div id="other-content">
<div class="sqr media">
<h4>Media</h4>
<a href="">Spotify</a>
<a href="">Youtube Music</a>
<a href="">Netflix</a>
<a href="">Youtube</a>
<a href="https://open.spotify.com/">Spotify</a>
<a href="https://music.youtube.com/">Youtube Music</a>
<a href="https://netflix.com">Netflix</a>
<a href="https://youtube.com">Youtube</a>
</div>
<div class="sqr work">
<h4>Work</h4>
<a href="">Github</a>
<a href="">Heroku</a>
<a href="">Localhost</a>
<a href="">Personal</a>
<a href="https://github.com">Github</a>
<a href="http://heroku.com/">Heroku</a>
<a href="http://localhost:8000/">Localhost</a>
<a href="http://deepjyoti30.github.io/">Personal</a>
</div>
<div class="sqr social">
<h4>Social</h4>
<a href="">Reddit</a>
<a href="">Unixpornlove</a>
<a href="">r/unixporn</a>
<a href="">r/mk</a>
<a href="reddit.com">Reddit</a>
<a href="https://deepjyoti30.github.io/unixporn-love/">Unixpornlove</a>
<a href="https://www.reddit.com/r/unixporn/">r/unixporn</a>
<a href="https://www.reddit.com/r/MechanicalKeyboards/">r/mk</a>
</div>
<div class="sqr others">
<h4>Others</h4>
<a href="">neo4j local</a>
<a href="">rarbg</a>
<a href="">materialui colors</a>
<a href="">Gmail</a>
<a href="http://localhost:7474/">neo4j local</a>
<a href="http://rarbg.to">rarbg</a>
<a href="http://materialuicolors.co/">materialui colors</a>
<a href="http://gmail.com/">Gmail</a>
</div>
</div>
</div>

View File

@@ -3,7 +3,7 @@ window.onload = function() {
}
searchBarId = "search-bar-input"
messageId = "message h2"
messageId = "message h1"
userName = "Deepjyoti"
function initBody() {

View File

@@ -25,7 +25,7 @@ body {
text-align: center;
#message {
padding-bottom: 25px;
padding-bottom: 35px;
}
#search-bar {