asdf
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<!--PAGESTYLE=/styles/pages/user/profile.css-->
|
||||
|
||||
<header class="container">
|
||||
<a href='<template name="gravatar link">' class="big-pfp"><template name="gravatar image"></a>
|
||||
<div class="profile-info">
|
||||
|
9
styles/pages/user/profile.css
Normal file
9
styles/pages/user/profile.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.big-pfp {
|
||||
border-radius: 50px;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.big-pfp:hover{
|
||||
border-radius: 0;
|
||||
width: 150px;
|
||||
}
|
Reference in New Issue
Block a user