mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 15:20:25 -06:00
30 lines
333 B
CSS
30 lines
333 B
CSS
body {
|
|
background-color: #ddd;
|
|
color: #555;
|
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;}
|
|
|
|
h1 {
|
|
color: #48484B;
|
|
}
|
|
|
|
.wrapper {
|
|
width: 600px;
|
|
margin: 100px auto;
|
|
}
|
|
|
|
.img-wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
p, ul, a {
|
|
font-size: 18px;
|
|
line-height: 27px;
|
|
}
|
|
|
|
a {
|
|
color: #0061AB;
|
|
}
|
|
|
|
img {
|
|
height: 70px;
|
|
} |