Styling the update-demo static page

This commit is contained in:
Janet Kuo
2016-03-21 10:38:32 -07:00
parent 1dd7198452
commit 0e3b9129b9
2 changed files with 41 additions and 10 deletions
+21 -2
View File
@@ -19,9 +19,9 @@ img {
width: 100px;
float: right;
background-size: 100px 100px;
background-color: black;
margin-left: 10px;
border: none;
border-radius: 50%;
}
ul {
@@ -33,8 +33,27 @@ ul {
font-family: Roboto, Open Sans, arial;
border: 1px solid black;
border-radius: 5px;
border: 1px groove #DCDDDE;
padding: 10px;
margin: 10px;
display: inline-block;
background-color: #D1D1D1;
box-shadow: 3px 3px 3px 1px #CFCFCF;
background-color: #FFFFFF;
}
body {
background-color: #E8E8E8;
}
.k8s-example-update-demo-card-section {
color: black;
font-size: 13px;
}
.k8s-example-update-demo-card-section .k8s-title {
color: #7D7D7D;
}
.k8s-example-update-demo-card-section .k8s-card-id {
font-size: bigger;
}