Modal component with brick menu

Developer
Size
2,244 Kb
Views
18,216

How do I make an modal component with brick menu?

Brick menu in CSS3 with BEMBased on http://drbl.in/mJiD by Norm (www.uistore.io). What is a modal component with brick menu? How do you make a modal component with brick menu? This script and codes were developed by Nika Zawila on 15 October 2022, Saturday.

Modal component with brick menu Previews

Modal component with brick menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Modal component with brick menu</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="modal"> <div class="modal__header">BRICS</div> <div class="modal__body"> <div class="tabs__header"> <ul class="tabs__nav"> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link is-active">Common</a> </li> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link">Text</a> </li> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link">Media</a> </li> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link">Buttons</a> </li> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link">Forms</a> </li> <li class="tabs__nav-item"> <a href="#" class="tabs__nav-link">Misc</a> </li> </ul> </div> <div class="tabs__body"> <ul class="listing"> <li class="listing__item"> <a href="#" class="listing__link">H1</a> </li> <li class="listing__item"> <a href="#" class="listing__link is-active">H2</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H3</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H4</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H5</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H6</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H1</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H2</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H3</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H4</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H5</a> </li> <li class="listing__item"> <a href="#" class="listing__link">H6</a> </li> </div> </div> <div class="modal__footer"><a href="#" class="btn">DONE</a></div> </div>
</body>
</html>

Modal component with brick menu - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/*-----------CSS----------*/
body { background: #222; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: lighter; color: white;
}
/*-----------MODAL---------*/
.modal { background: #33393B; border-radius: 4px; width: 600px; margin: 20px auto;
}
.modal__header { text-align: center; padding: 20px;
}
.modal__footer { font-size: 14px; text-align: center; color: #8597A4; padding: 20px;
}
/*-------------TABS-----------*/
.tabs__header { background: #1F2224; padding: 0 10px;
}
.tabs__nav { font-size: 14px; font-weight: normal;
}
.tabs__nav-item { display: inline-block; padding: 15px;
}
.tabs__nav-link { text-decoration: none; color: #8597A4; padding: 0 0 10px;
}
.tabs__nav-link:hover { color: #43A6E9;
}
.tabs__nav-link.is-active { color: white; border-bottom: 2px solid #43A6E9;
}
.tabs__body { background: #262A2C;
}
/*-----------LISTING---------*/
.listing { padding: 25px;
}
.listing__item { display: inline-block;
}
.listing__link { display: inline-block; text-decoration: none; color: #76848D; border: 2px solid #76848D; border-radius: 2px; padding: 26px; margin: 5px;
}
.listing__link:hover { color: #43A6E9;
}
.listing__link.is-active { color: white; border-color: #43A6E9;
}
.btn { text-decoration: none; color: #8597A4;
}
.btn:hover { color: #43A6E9;
}
Modal component with brick menu - Script Codes
Modal component with brick menu - Script Codes
Home Page Home
Developer Nika Zawila
Username nikazawila
Uploaded October 15, 2022
Rating 3
Size 2,244 Kb
Views 18,216
Do you need developer help for Modal component with brick menu?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Nika Zawila (nikazawila) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!