parent
5448ba665a
commit
4114c702da
@ -0,0 +1,6 @@
|
|||||||
|
td {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 50px;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
@ -1,4 +1,16 @@
|
|||||||
.widgetText {
|
.imageee {
|
||||||
padding-left: 1em;
|
margin-top: 50px;
|
||||||
color: #333;
|
margin-left: 20px;
|
||||||
|
max-width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.displayyyy {
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-left: 120px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textttt {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
@ -1,3 +1,14 @@
|
|||||||
img {
|
.image {
|
||||||
width: 50px;
|
margin-top: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.display {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
@ -1,7 +1,14 @@
|
|||||||
|
.imagee {
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
/* MAKE SURE TO BE SPECIFIC WITH STYLING CUZ THIS CHANGED DIFFERENT SPANS
|
.displayy {
|
||||||
span {
|
margin-top: 50px;
|
||||||
float: right;
|
|
||||||
margin-right: 50px;
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
.text {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
|
}
|
||||||
Loading…
Reference in new issue