Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title>Test of border radius</title>
<style>
div.testsoliddiv {
display: table-cell;
vertical-align: middle;
background-color: #EEEEEE;
color: #000000;
border: 10px solid #000000;
<html>
<head>
<title>Test of border radius</title>
<style>
div.testsoliddiv {
display: table-cell;
vertical-align: middle;
background-color: #EEEEEE;
color: #000000;
border: 5px solid #000000;
CGRect returnFrameWithNewSize(CGRect originalRect, CGFloat newSize) { return (CGRect){ .origin = originalRect.origin, .size = { .width = newSize, .height = newSize }}; }