Sha256: b2279d3d018b3ed50a3af0243cdf8a2d5c7bc65ae91b0823d1783308be5cf4dd
Contents?: true
Size: 841 Bytes
Versions: 36
Compression:
Stored size: 841 Bytes
Contents
/** * This element is created inside your target element * It is used so that your own element will not need to be altered **/ .time_circles { position: relative; width: 100%; height: 100%; } /** * This is all the elements used to house all text used * in time circles **/ .time_circles > div { position: absolute; text-align: center; } /** * Titles (Days, Hours, etc) **/ .time_circles > div > h4 { margin: 0px; padding: 0px; text-align: center; text-transform: uppercase; font-family: 'Century Gothic', Arial; } /** * Time numbers, ie: 12 **/ .time_circles > div > span { display: block; width: 100%; text-align: center; font-family: 'Century Gothic', Arial; font-size: 300%; margin-top: 0.4em; font-weight: bold; }
Version data entries
36 entries across 36 versions & 1 rubygems