Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //*The Bye Bye Section*//
- #xg_masthead {visibility: hidden;}
- .xg_sprite.xg_sprite-share {display: none;}
- .likebox {display: none;}
- .post_to_twitter {display: none;}
- .account-links {display: none;}
- .xg_module movable,.module_video {display: none;}
- h1 {display: none;}
- h2 {display: none;}
- .ul.navigation.easyclear {display: none;}
- .module_about_user {display: none;}
- .sortable.module_feed {display: none;}
- .module_photo {display: none;}
- .module_members {display: none!important;}
- #xj_module_gift {display: none;}
- #xg_module_body,#xg_module_head h2,.xg_module_comment_wall {display: none;}
- #xg_masthead {visibility: hidden;} #xg_layout_column_1 {}
- .xg_span-5 {display: none!important;}
- #xg_mudule.movable.sortable.module {display: none;}
- #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {display: none;}
- .xg_theme #xg_head,.xg_theme #xg_foot {display: none;}
- .module_blog {display: none;}
- .xg_module_body.profile.vcard dl.last-child{circle {
- body {
- font-family: "open sans", sans-serif;
- background: #f1f1f1;
- }
- #content {
- margin: 40px auto;
- text-align: center;
- width: 600px;
- }
- #content h1 {
- text-transform: uppercase;
- font-weight: 700;
- margin: 0 0 40px 0;
- font-size: 25px;
- line-height: 30px;
- }
- .circle {
- width: 200px;
- height: 200px;
- line-height: 200px;
- border-radius: 50%; /* the magic */
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- text-align: center;
- color: white;
- font-size: 16px;
- text-transform: uppercase;
- font-weight: 700;
- margin: 0 auto 40px;
- }
- .blue {
- background-color: #3498db;
- }
- .green {
- background-color: #16a085;
- }
- .red {
- background-color: #e74c3c;
- }
- .feedback {
- font-size: 14px;
- color: #b1b1b1;
- }:root {
- --base: #ffc600;
- --spacing: 10px;
- --blur: 0px;
- }
- .container {
- max-width:500px;
- margin:0 auto;
- }
- .controls {
- margin: 40px 0;
- }
- .main_img {
- width:400px;
- background: var(--base);
- padding:var(--spacing);
- filter:blur(var(--blur));
- }
- .title {
- color:var(--base);
- }iv class ='container'>
- <h2>Update CSS variables and <span class ='title'>JS</span></h2>
- <div class='controls'>
- <label for='spacing'>Spacing:</label>
- <input type='range' name='spacing' min='10' max='200' value='10' data-sizing="px">
- <label for='blur'>Blur:</label>
- <input type='range' name='blur' min='0' max='25' value='10' data-sizing="px">
- <label for ='bade'>Base Color</label>
- <input type ='color' name ='base' value ='#ffc600'>
- </div>
- <img class ='main_img' src = 'https://images.unsplash.com/photo-1504317083653-6843c8aa144f?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&s=7469762d912af4532b57d0cc2e33be64'>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement