1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .main {
- position: relative;
- width: 100%;
- background-color: #eeeeee;
- padding: 10px 0 0 0;
- }
- .one {
- margin: 0 12px;
- background-color: #fff;
- }
- .logo {
- height: 50px;
- width: 45px;
- padding: 12px;
- }
- .text1 {
- position: relative;
- left: 10px;
- top: -45px;
- }
- .text2 {
- position: relative;
- left: -23px;
- top: -10px;
- }
- /* .btnl{
- width: 50%;
- float: left;
- }
- .btnr{
- width: 50%;
- float: left;
- } */
- .btn1 {
- position: relative;
- left: 50px;
- top: 5px;
- width: 80px !important;
- background-image: linear-gradient(to right, #6c51fb, #1262fe);
- border-radius: 30px;
- color: #ffffff;
- font-size: small;
- }
- .btn2 {
- position: relative;
- top: -31px;
- left: 225px;
- width: 80px !important;
- background-image: linear-gradient(to right, #6c51fb, #1262fe);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
|