This commit is contained in:
KrzysiekSiemv
2019-11-24 22:06:35 +01:00
parent 9817fe0462
commit 3eb481c1c2
2 changed files with 25 additions and 13 deletions
+17
View File
@@ -186,6 +186,23 @@ body {
margin-bottom: 4px;
}
/* Profil */
.profil {
padding: 8px;
background-color: rgb(45, 45, 45);
color: white;
}
.profil .avatar {
height: 256px;
border-radius: 50%;
}
.profil .nick {
font-size: 48px;
}
/* Prawa kolumna */
+6 -11
View File
@@ -23,17 +23,12 @@
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Playlist.html">Rekomendowane playlisty</a>
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Blog.html">Blog</a>
</div>
<div class="left-column">
<div class="profile">
<h2>NULL</h2>
</div>
<div class="end">
<i class="fas fa-blog"></i>
<div class="text">Tutaj droga przeglądania się kończy, wróc wkrótce, po coś nowego :)</div>
</div>
</div>
<div class="right-column">
<h1>Zajrzyj tutaj!</h1>
<div class="profil">
<img src="https://i.pinimg.com/originals/1e/aa/75/1eaa75496c78dc65c9c7358cd8dd759a.jpg" class="avatar" />
<div class="nick">Krzysiek</div>
<div class="rank">Właściciel</div>
<div class="ison">s/Blog; s/Memes; s/News; s/Playlist</div>
<a href="" class="last">"Prędkość pisania" na s/Blog</a>
</div>
</body>
</html>