Newer
Older
2020-H.Nanami / profile.css
@media screen
{
	h1 {
    border-top :double 11.5px #ff6700;
    border-bottom :double 11.5px #2e2d88;

  }
  
  h2 {  
    color:#fc5505;

  }

h3 {
    color:#fc5505;
  }

p{
    background-color: #ffe0b2;
    border: solid 3px #ff6700;

}

body {
    border-right :dotted 49px #2e2d88;
    border-left :dotted 49px #ff6700;

  }


h1 {
	  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size:50px;
    text-align: center;
    padding: 1ex 1em 1ex 1em;
    font-weight:bold 
  }
  
h2 {  
    margin: 1.5em 0em 1em 0em;

  }

h3 {
    font-size:15px;
  }
  
p{
    line-height: 1.8em;
    margin: 1em;
    padding: 1em;

}

body {
    margin: 0em 8em 0em 8em;
    padding: 0em 1em 0em 1em;
  }


a {
    font-weight:bold;
    text-decoration:none;
  }
a:hover {  
    text-decoration: underline  
}