June 2017
Beginner to intermediate
368 pages
8h 31m
English
Each module comes with its own style sheet named /styles.css. Let's create this now in Eclipse:

We only need concern ourselves with basic styling at this stage, as detailed styling is implemented in the theme. For example, to provide default styling to the model caption, we can include suitable styling in styles.css:
.wavefront .wavefront-model-frame{ background-color: #fff; display: inline-block; margin: 10px auto; text-align: center; border: 1px solid #ccc; border-radius: 5px; transition: box-shadow 150ms, border-color 150ms, background- color 150ms, color 150ms; -webkit-transition: box-shadow 150ms, border-color 150ms, background-color ...Read now
Unlock full access