jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
28 lines (24 loc) • 443 B
CSS
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
}
.big-image {
float: left;
margin-right: 15px;
margin-bottom: 15px;
border: 1px solid #999;
background: #fff;
padding: 3px;
}
.important-text {
font-size: 13px;
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.more-text {
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
color: #444;
font-size: 11px;
font-style: italic;
}