git ssb

0+

Rômulo Alves / website



Tree: 20738f5c6c86f792bd1d29630749a0e32572a0b6

Files: 20738f5c6c86f792bd1d29630749a0e32572a0b6 / src / style.css

348 bytesRaw
1* {
2 border: none;
3 font-family: Menlo, Monaco, Consolas;
4 margin: 0;
5 padding: 0;
6}
7
8.background {
9 background: #2196F3;
10 height: 100%;
11 left: -50%;
12 position: absolute;
13 top: 0;
14 transform: skewX(-25deg);
15 width: 100%;
16}
17
18header {
19 height: 100%;
20 padding: 10% 15%;
21 position: relative;
22 width: 50%;
23}
24
25header h1 {
26 color: #FFF;
27}
28

Built with git-ssb-web