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