Posts

Showing posts from July, 2023

P

Image
Hello there! Hello! Want to make like this codebox? Don't worry. We are here. Hope you didn't redirect from the SR7Themes article as I believe there are obviously my ardent followers. This codebox though is a functionality of Plus UI but others have already written an article on using it in Median UI. And the funniest thing is we are going to implement it! First of all paste the css before <style> /* Codebox CSS */ .pre{background:#f6f6f6;color:#2f3337;direction: ltr;position:relative;border-radius:3px;overflow:hidden;margin:1.7em auto} .pre pre{margin:0;color:inherit;background:inherit;display:block;position:relative;font-size:13px;line-height:1.6em;border-radius:3px;padding:30px 20px 20px;-moz-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none; overflow:auto;direction:ltr;white-space:pre} .pre.adv{border-radius:10px} .pre.adv::before{display:none} .pre:not(.str) .prCd{display:none} .pre.str .prTl{display:none;}