Commit #00005
This commit is contained in:
+19
-2
@@ -21,7 +21,7 @@ body {
|
|||||||
.intro {
|
.intro {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 512px;
|
width: 512px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro i {
|
.intro i {
|
||||||
@@ -186,10 +186,27 @@ body {
|
|||||||
margin-bottom: 4px;
|
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 */
|
/* Prawa kolumna */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width:800px){
|
@media screen and (max-width:800px){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+6
-11
@@ -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/Playlist.html">Rekomendowane playlisty</a>
|
||||||
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Blog.html">Blog</a>
|
<a href="https://krzysieksiemv.github.io/BeonWeb/s/Blog.html">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="left-column">
|
<div class="profil">
|
||||||
<div class="profile">
|
<img src="https://i.pinimg.com/originals/1e/aa/75/1eaa75496c78dc65c9c7358cd8dd759a.jpg" class="avatar" />
|
||||||
<h2>NULL</h2>
|
<div class="nick">Krzysiek</div>
|
||||||
</div>
|
<div class="rank">Właściciel</div>
|
||||||
<div class="end">
|
<div class="ison">s/Blog; s/Memes; s/News; s/Playlist</div>
|
||||||
<i class="fas fa-blog"></i>
|
<a href="" class="last">"Prędkość pisania" na s/Blog</a>
|
||||||
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user