Compare commits

...

2 Commits

Author SHA1 Message Date
emilyd
590953d9bc Merge pull request 'add .username class' (#9) from more-classes into main
Reviewed-on: https://git.donut.gq/emilyd/moodblog/pulls/9
2022-11-25 15:49:48 +00:00
emilyd
a8ce1a13b6 add .username class 2022-11-25 17:34:35 +02:00

View File

@ -5,7 +5,7 @@
<div class="window-content bio-window-content clearfix"> <div class="window-content bio-window-content clearfix">
<img class="pfp" src="<?php echo $root; ?>/img/pfp.png" alt="profile picture"/> <img class="pfp" src="<?php echo $root; ?>/img/pfp.png" alt="profile picture"/>
<div class="bio"> <div class="bio">
<b><?php echo $username; ?></b> <b class="username"><?php echo $username; ?></b>
<hr/> <hr/>
<i><?php echo $tagline; ?></i> <i><?php echo $tagline; ?></i>
<br/> <br/>