Here’s a bit of CSS:
.module {
background: rgba(198, 148, 72, 0.75);
color: #222;
clear: both;
margin: 0 0 2rem 0;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
border: 2px solid black;
border-radius: 4px;
padding: 1rem;
font-family: sans-serif;
font-size: 0.9rem;
line-height: 1.4;
opacity: 1;
transform: opacity 0.2s ease-in-out;
transform-origin: right center;
}
That looks a lot like CSS... ...
http://codango.com/the-different-logical-ways-to-group-css-properties/
I am happy to share this resource that we found. The content displayed on this page is property of its original author or their organization.
No comments:
Post a Comment