D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
home
/
markniuj
/
bazmeasar.com
/
css
/
Filename :
pricing.css
back
Copy
.pricing{ width: 100%; } .pricing-box{ display: inline-flex; flex-direction: column; border: 1px solid #d7e0d7; width: 23%; margin-left: 5px; } .p-title{ font-size: 50px;color: #3b3b3b; padding: 10px; background-color: #f9fff9; font-weight: 800; border-bottom: 1px solid #d7e0d7; margin-bottom: 20px; } .p-list{ display: block; } .p-heading{ display: block; width: 100%; background-color: black; font-size: 35px; line-height: 42px; padding: 10px; color: aliceblue; } .p1-heading{ width: 100%; background-color: rgb(184, 0, 0); font-size: 35px; line-height: 42px; padding: 10px; color: aliceblue; } .p2-heading{ width: 100%; background-color: rgb(0, 171, 23); font-size: 35px; line-height: 42px; padding: 10px; color: aliceblue; } .p3-heading{ width: 100%; background-color: rgb(232, 116, 0); font-size: 35px; line-height: 42px; padding: 10px; color: aliceblue; } ul.a { list-style-type: circle; } ul.b { list-style-type: square; } ol.c { list-style-type: upper-roman; } ol.d { list-style-type: lower-alpha; } p pricing{ color: black;font-size: 12px;line-height: 18px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } .p-button{ padding: 15px; margin: 10px; border: 1px solid #004900; font-size: 18px; color: #ffffff; } .p-button :hover { background-color: #004900; padding: 15px; margin: 10px; border: 1px solid #004900; font-size: 18px; color: #ffffff; } @media (min-width: 750px) { .navbar .nav-item .dropdown-menu { display: block; border: none; margin-top: 0; top: 150%; opacity: 0; visibility: hidden; transition: .5s; } .navbar .nav-item:hover .dropdown-menu { top: 100%; visibility: visible; transition: .5s; opacity: 1; } } @media (min-width: 450px) { .navbar .nav-item .dropdown-menu { display: block; border: none; margin-top: 0; top: 150%; opacity: 0; visibility: hidden; transition: .5s; } .navbar .nav-item:hover .dropdown-menu { top: 100%; visibility: visible; transition: .5s; opacity: 1; } }