Add border to brow explainer
This commit is contained in:
parent
cf19495d17
commit
86f5d05506
1 changed files with 9 additions and 2 deletions
|
@ -44,6 +44,10 @@ EOSNIPPET;
|
|||
<title>Emotion Hero</title>
|
||||
</head>
|
||||
<style type="text/css">
|
||||
html{
|
||||
height:100%;
|
||||
overflow:hidden;
|
||||
}
|
||||
body{
|
||||
background:blue;
|
||||
font-family:"Unifont";
|
||||
|
@ -159,10 +163,13 @@ padding: 0.5em;
|
|||
|
||||
.nose .block{position:relative;margin-bottom:2%;}
|
||||
.nose .block span{position:absolute;top:0;right:0;color:white;text-align:right;padding:0.5%;}
|
||||
.brow_explainer{
|
||||
}
|
||||
|
||||
.brow_explainer {
|
||||
margin-top:3%;font-size:85%;
|
||||
border-left: 0.3em solid blue;
|
||||
width: 22%;
|
||||
padding-left: 0.4em;
|
||||
margin-left: -0.1em;
|
||||
}
|
||||
.brow_explainer img{filter:unset;margin-bottom:5%;}
|
||||
.brow_explainer ol{
|
||||
|
|
Loading…
Reference in a new issue