changes to lab2 file
This commit is contained in:
parent
5c99005ad2
commit
4917604c81
15 changed files with 205 additions and 81 deletions
|
@ -35,29 +35,37 @@
|
|||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
background-color: rgb(222, 224, 228);
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tablinks {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* title/header */
|
||||
h1{
|
||||
font-family: "Britannic Bold ", sans-serif;
|
||||
font-weight: bolder;
|
||||
font-size: 40px;
|
||||
font-size: 50px;
|
||||
color: #f7fcfc;
|
||||
vertical-align: middle;
|
||||
display: inline;
|
||||
margin-right: 15px;
|
||||
/* margin-right: 15px; */
|
||||
|
||||
}
|
||||
/*footer with signatures */
|
||||
.footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
.footer {
|
||||
bottom: 0;
|
||||
left: a;
|
||||
width: 100%;
|
||||
background-color: rgb(87, 139, 216);
|
||||
color: rgb(255, 255, 255);
|
||||
color: rgb(0, 0, 0);
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
.copyright{
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.logo{
|
||||
|
@ -65,14 +73,54 @@ h1{
|
|||
height:auto;
|
||||
vertical-align: middle;
|
||||
margin-bottom: 10px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: #66BFBF;
|
||||
background-image: url("images/bg3.jpg");
|
||||
|
||||
text-align: center;
|
||||
font-size : 20px;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 30%;
|
||||
padding: 3% 7%;
|
||||
|
||||
}
|
||||
|
||||
.company-name {
|
||||
text-align: left;
|
||||
}
|
||||
.cart-img {
|
||||
height: 5%;
|
||||
width: 5%;
|
||||
padding: 0;
|
||||
padding-left: 15px;
|
||||
margin-top: 20px;
|
||||
|
||||
/*
|
||||
position: relative;
|
||||
top: 40px;
|
||||
*/
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.block {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.sumo{
|
||||
font-size: 15px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue