v5
Version:
V5 Mobile Web Framework
66 lines • 1.4 kB
CSS
#landscape {
background-color: #e5e5e5;
}
#landscape header {
padding: 15px 15px 0;
}
#landscape article {
font-weight: bold;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
padding: 80px 10px 0 10px;
}
#landscape article div {
border: 3px solid #fff;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-sizing: border-box;
display: -webkit-box;
padding: 0 0 3px 0;
}
#landscape article a {
color: #fff;
-webkit-box-flex: 1;
display: -webkit-box;
-webkit-box-align: end;
padding: 2px 0 3px 0;
}
#landscape article a:hover {
text-decoration: none;
}
#landscape .app {
width: 300px;
height: 300px;
-webkit-border-radius: 150px;
background-color: #ea157a;
}
#landscape .viewports {
width: 250px;
height: 250px;
-webkit-border-radius: 125px;
background-color: #feb80a;
}
#landscape .view_columns {
width: 200px;
height: 200px;
-webkit-border-radius: 100px;
background-color: #00addc;
}
#landscape .pages {
width: 150px;
height: 150px;
-webkit-border-radius: 75px;
background-color: #738ac8;
}
#landscape .views {
width: 100px;
height: 100px;
-webkit-border-radius: 50px;
background-color: #1ab39f;
}
#landscape .views a {
-webkit-box-align: center;
padding: 0 0 0 0;
}