Add avatar'
parent
f16eb16d46
commit
86e30f8632
Binary file not shown.
After Width: | Height: | Size: 206 KiB |
|
@ -9,6 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
<img src="images/avatar.png" alt="avatar" width="150px" height="150px" style="border-radius: 50%;">
|
||||||
<h1>Nakidai</h1>
|
<h1>Nakidai</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
|
|
@ -23,6 +23,10 @@ div {
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
height: 20%;
|
height: 20%;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
font-size: xxx-large;
|
font-size: xxx-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue