Commit 0515b42d authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent 9deffe40
...@@ -97,36 +97,35 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_ ...@@ -97,36 +97,35 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
margin: 0; margin: 0;
background-color: #f5f5f5; background-color: #f5f5f5;
display: table; display: table;
} }
footer { footer {
background-color: black; background-color: black;
font-size:12px; font-size:12px;
display: table-row; display: table-row;
padding: 20px; padding: 20px;
height: 0; height: 0;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
.column {
float: left;
padding: 20px;
}
/* Clear floats after the columns */ .column {
.row:after { float: left;
content: ""; padding: 20px;
display: table; }
clear: both;
}
.button-36 { /* Clear floats after the columns */
background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%); .row:after {
content: "";
display: table;
clear: both;
}
.button-36 {
background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
border-radius: 8px; border-radius: 8px;
border-style: none; border-style: none;
box-sizing: border-box; box-sizing: border-box;
color: #FFFFFF; color: #FFFFFF;
cursor: pointer; cursor: pointer;
flex-shrink: 0; flex-shrink: 0;
font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif; font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 16px; font-size: 16px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment