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 {
|
||||
padding-left: 1em;
|
||||
color: #333;
|
||||
.imageee {
|
||||
margin-top: 50px;
|
||||
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 {
|
||||
width: 50px;
|
||||
.image {
|
||||
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;
|
||||
}
|
||||
|
||||
.displayy {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
/* MAKE SURE TO BE SPECIFIC WITH STYLING CUZ THIS CHANGED DIFFERENT SPANS
|
||||
span {
|
||||
float: right;
|
||||
margin-right: 50px;
|
||||
.text {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
}
|
||||
*/
|
||||
Loading…
Reference in new issue